RGBAColor

data class RGBAColor : Color

Properties

Link copied to clipboard
val a: Float

The alpha color component in the range of 0 to 1.

Link copied to clipboard
val b: Float

The blue color component in the range of 0 to 1.

Link copied to clipboard
val g: Float

The green color component in the range of 0 to 1.

Link copied to clipboard
val r: Float

The red color component in the range of 0 to 1.